Number | Frequency |
---|---|
10.000 | 21 |
100.000 | 13 |
30.000 | 13 |
50.000 | 13 |
20.000 | 10 |
15.000 | 8 |
2.000 | 8 |
1.000 | 7 |
2.500 | 7 |
5.000 | 7 |
Number | Frequency |
---|---|
1,5 | 15 |
2,5 | 10 |
4,5 | 8 |
1,2 | 5 |
2,1 | 5 |
3,8 | 5 |
0,5 | 4 |
1,6 | 4 |
2,4 | 4 |
1,3 | 3 |
Number | Frequency |
---|---|
3166-2 | 10 |
81-96 | 3 |
1618-1648 | 2 |
218-202 | 2 |
650-718 | 2 |
1-34 | 1 |
1157-1204 | 1 |
119-120 | 1 |
1192-1992 | 1 |
1194-1994 | 1 |
Number | Frequency |
---|---|
2:1 | 4 |
0:1 | 2 |
2:0 | 2 |
3:1 | 2 |
0:2 | 1 |
18:0 | 1 |
1:0 | 1 |
1:1 | 1 |
1:3 | 1 |
3:7 | 1 |
Number | Frequency |
---|---|
19:00 | 2 |
05:00 | 1 |
06:00 | 1 |
08:45 | 1 |
13:00 | 1 |
14:00 | 1 |
18:30 | 1 |
18:48 | 1 |
19:30 | 1 |
22:00 | 1 |
This subsection is very similar to the previous one, here we present the frequencies for some patterns consisting of numbers and a delimiter. Depending on the writing conventions of the given language we find decimal numbers, ranges, scorings etc.
We can find out different types of numbers containing delimiters. If the usage is obvious, we understand the writing conventions.
As in the above sections, we can estimate technicality of the corpus.
The different patterns may have very different frequencies. Hence, for some patterns we need medium to large corpora.
select word, freq from words where word regexp "^[0-9]+[.][0-9]+$" limit 10;
select word, freq from words where word regexp "^[0-9]+[,][0-9]+$" limit 10;
etc.
It is not clear whether the set of patterns is complete. For some languages, more patterns should be added.
3.3.2.1: Frequency of numbers of special patterns II: Cardinal numbers